projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfcf9cb
)
Fix un-doubled backslashes.
author
Dave Love
<fx@gnu.org>
Thu, 20 Dec 2001 18:43:45 +0000
(18:43 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 20 Dec 2001 18:43:45 +0000
(18:43 +0000)
leim/ChangeLog
patch
|
blob
|
history
leim/quail/latin-ltx.el
patch
|
blob
|
history
diff --git
a/leim/ChangeLog
b/leim/ChangeLog
index a65768519367411da34461e07ff9b394abfeb997..aa49544974fc6353312a49e11ce3e94b6060e961 100644
(file)
--- a/
leim/ChangeLog
+++ b/
leim/ChangeLog
@@
-1,3
+1,7
@@
+2001-12-20 Dave Love <fx@gnu.org>
+
+ * quail/latin-ltx.el: Fix un-doubled backslashes.
+
2001-12-15 Dave Love <fx@gnu.org>
* quail/latin-pre.el ("french-prefix", "german-prefix")
diff --git
a/leim/quail/latin-ltx.el
b/leim/quail/latin-ltx.el
index a5e60e58fd26f28b500f147be7eca67ac8d1007f..e38d2d930a9055cc1a1ff0844d9ca6e7694cef5e 100644
(file)
--- a/
leim/quail/latin-ltx.el
+++ b/
leim/quail/latin-ltx.el
@@
-938,8
+938,8
@@
system, including many technical ones. Examples:
("\\lambdabar" ?
\e
$,1![
\e
(B)
("\\celsius" ?
\e
$,1uC
\e
(B)
;; by analogy with lq, rq:
- ("\ldq" ?\
\e
$,1r|
\e
(B)
- ("\rdq" ?\
\e
$,1r}
\e
(B)
+ ("\
\
ldq" ?\
\e
$,1r|
\e
(B)
+ ("\
\
rdq" ?\
\e
$,1r}
\e
(B)
)
;;; latin-ltx.el ends here